Now that we split out box gadget children into separate
render nodes, we must not draw them onto the box gadgets
node anymore.
return FALSE;
}
+static gboolean
+gtk_box_gadget_has_content (GtkCssGadget *gadget)
+{
+ return FALSE;
+}
+
static void
gtk_box_gadget_finalize (GObject *object)
{
gadget_class->get_preferred_size = gtk_box_gadget_get_preferred_size;
gadget_class->allocate = gtk_box_gadget_allocate;
gadget_class->draw = gtk_box_gadget_draw;
+ gadget_class->has_content = gtk_box_gadget_has_content;
}
static void